Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove error tracking models #25911

Closed

Conversation

daibhin
Copy link
Contributor

@daibhin daibhin commented Oct 30, 2024

Problem

  • We need to make ErrorTrackingIssueFingerprint be a uuid model (see feat: exception issue lookup #25878 (comment))
  • The ErrorTrackingGroup model needs to remove a bunch of fields not necessary in our new design (e.g. merged_fingerprints). We also now refer to it as ErrorTrackingIssue elsewhere, so let's rename the table and model.

Changes

Drop both tables which will be recreated in a new migration after this.

Grouping will temporarily break for error tracking but it is not enabled for any team other than PostHog right now

Commented out a bunch of stuff while this is all behind a flag that isn't enabled for anyone. Will re-add once we run the migration to bring everything back

Does this work well for both Cloud and self-hosted?

Yes

How did you test this code?

Tests also commented out

@daibhin
Copy link
Contributor Author

daibhin commented Nov 1, 2024

Closing in favour of #25924

@daibhin daibhin closed this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant